Objects Reference

flydllgroup::delete_dll

Prototype

int delete_dll(char *filename)

Parameters

Parameter Type Description
filename char * filename for the Fly3D plug-in dll

Return Value

Returns TRUE if the dll was removed OK, FALSE if not found or other error.

Remarks

This function removes a Fly3D plug-in dll from memory. It removes all classes implemented by the dll from memory and frees resources associated with the dll.